extensions/gggl.c Only include math.h once.
authorKevin Cozens <kcozens@cvs.gnome.org>
Thu, 2 Aug 2007 15:07:41 +0000 (15:07 +0000)
committerKevin Cozens <kcozens@src.gnome.org>
Thu, 2 Aug 2007 15:07:41 +0000 (15:07 +0000)
2007-08-02  Kevin Cozens  <kcozens@cvs.gnome.org>

* extensions/gggl.c
* extensions/gggl-lies.c: Only include math.h once.

svn path=/trunk/; revision=235

ChangeLog
extensions/gggl-lies.c
extensions/gggl.c

index 5e56f3dcb3994c1704df1c4f2f9e164b0138163c..78cb6afb7cd483c0b761341b0f61251f665da1e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-02  Kevin Cozens  <kcozens@cvs.gnome.org>
+
+       * extensions/gggl.c
+       * extensions/gggl-lies.c: Only include math.h once.
+
 2007-08-01  Øyvind Kolås  <pippin@gimp.org>
 
        Fixed compiler abort on certain LDFLAGS values (-Wl,-z,defs) by
index 9e4d395e09337ed22db32f116b0ca3cf77f2ff3b..318b195c0ba31458e0284217e989750acedeebc3 100644 (file)
@@ -1590,8 +1590,6 @@ conv_yuvF_rgbF (unsigned char *src, unsigned char *dst, long samples)
 
 /******* lab, xyz and rgb interaction, lifted from cpercep by adam d. moss */
 
-#include <math.h>
-
 /*
    static const double Xn = 0.951;
    static const double Yn = 1.0;
index 263c7d029a77f490ac5aeaa406d2b0937804250b..a14ecd7666aeb39efce0a146925f9a26fcaa9ada 100644 (file)
@@ -1688,8 +1688,6 @@ conv_yuvF_rgbF (unsigned char *src, unsigned char *dst, long samples)
 
 /******* lab, xyz and rgb interaction, lifted from cpercep by adam d. moss */
 
-#include <math.h>
-
 /*
    static const double Xn = 0.951;
    static const double Yn = 1.0;